home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************/
- /* */
- /* Sample command file for automatic logon to CompuServe (r) through */
- /* Telenet. */
- /* */
- /**********************************************************************/
-
- %E0 /* emulate IBM-3101 terminal */
- %C"27" /* Call dial dir entry number 27 (Telenet) */
- %T"!" /* Transmit Carriage return <CR> */
- %T"!" /* Transmit Carriage return <CR> */
- %I"TERMINAL=" /* Wait for "TERMINAL=" to come in COM port */
- %T"d1!" /* give telenet the terminal identifier */
- %I"@" /* Wait for "@" to come in COM port */
- %T"C 202202!" /* Send request to telenet for CompuServe */
- %I"User ID:" /* Wait for "User ID:" to come in COM port */
- %T"70006,51!" /* Send user ID <CR> */
- %I"Password:" /* Wait for "Password:" to come in COM port */
- %T"BOAT*TOUCH!" /* Send password <CR> */
- %A /* Sound alarm to let you know logon is complete */